home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Classes
/
UHMath
/
UHMathPalette.palette
/
UHMathPalette.nib
/
data.classes
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-12
|
435 b
|
33 lines
UHMathPalette = {
ACTIONS = {
};
OUTLETS = {
UHMathData;
UHMathView;
};
SUPERCLASS = IBPalette;
};
UHMath = {
ACTIONS = {
evaluateExpressionFrom:;
plotExpressionFrom:;
};
OUTLETS = {
resultPSView;
resultText;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
PSView = {
ACTIONS = {
};
OUTLETS = {
};
SUPERCLASS = View;
};